ArcPad Map File Schema
DATASET Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element > LAYER Element : DATASET Element

Glossary Item Box

Diagram

DATASET Element

Overview

name required xs:string

When parent is ToolButton:

Custom tool name. Used to reference the tool in scripts.

Attributes

NameTypeUseDefaultFixedDescription
namexs:stringrequired  

When parent is ToolButton:

Custom tool name. Used to reference the tool in scripts.

Source

<xs:element name="DATASET" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute use="required" ref="name">
      <xs:annotation>
        <xs:documentation>Specifies the complete pathname of a layer file (for example, c:\data\mylayer.shp) .</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.